Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend automaton #381

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Extend automaton #381

wants to merge 32 commits into from

Conversation

turion
Copy link
Owner

@turion turion commented Dec 28, 2024

Several extra functions that should be useful in automaton

@turion turion force-pushed the dev_extend_automaton branch 3 times, most recently from 2a0fe0f to 4314a9e Compare December 30, 2024 08:16
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DerivingVia #-}

module Data.Automaton.Filter where
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haddock some motivation


-- FIXME some basic unit tests

newtype FilterAutomaton m f a b = FilterAutomaton {getFilterAutomaton :: Automaton m a (f b)}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haddock typical example types for f like lists, nonempty lists, Maybe, trees

@turion turion force-pushed the dev_extend_automaton branch from 4314a9e to ad571a9 Compare December 30, 2024 12:49
@turion turion force-pushed the dev_extend_automaton branch from ad571a9 to 71111a0 Compare December 30, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant